Calendar for WinForms | ComponentOne
C1.Framework Namespace / SR<T> Class / GetString Method / GetString(String) Method
Name of the resource to get.

In This Topic
    GetString(String) Method
    In This Topic
    Returns the value of the resource with the specified name in the assembly indicated by the template type.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetString( _
       ByVal name As String _
    ) As String
    public static string GetString( 
       string name
    )

    Parameters

    name
    Name of the resource to get.

    Return Value

    The value of a resource.
    See Also